home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / cpcug.zip / WAITASEC.DOC < prev    next >
Text File  |  1987-04-20  |  4KB  |  126 lines

  1.           WAITASEC (and SCROLL)                  Charles Petzold
  2.           Command(s)
  3.           Copyright (c) 1986, Ziff-Davis Publishing Co.
  4.           ______________________________________________________
  5.  
  6.           Purpose:  Uses the single-keystroke ScrollLock key to
  7.                     halt a fast-scrolling display; then allows
  8.                     you to scroll backwards, recalling previous
  9.                     screens.
  10.  
  11.           Format:   WAITASEC     (loads memory-resident program)
  12.                     <ScrollLock>             (activates command)
  13.  
  14.           Remarks:  WAITASEC is a memory-resident program that is
  15.                     normally loaded through your AUTOEXEC.BAT
  16.                     file.  Thereafter, alternately pressing and
  17.                     releasing the ScrollLock key will halt and
  18.                     restart a scrolling display, e.g., a lengthy
  19.                     DIR listing.
  20.  
  21.                     While holding down the ScrollLock key to
  22.                     freeze the display, if you also press one of
  23.                     the cursor movement keys (Home, Up Arrow,
  24.                     PgUp, End, Down Arrow, or PgDn), the display
  25.                     will not resume scrolling when you release
  26.                     the ScrollLock key.  Thereafter, the Up and
  27.                     Down arrow keys move the display by one line,
  28.                     the PgUp and PgDown move it by 25 lines, and
  29.                     the Home and End keys take you to the
  30.                     beginning and end of the stored screen
  31.                     memory.  Pressing any non cursor key at this
  32.                     point deactivates the stored mode, and the
  33.                     original scrolling resumes.
  34.  
  35.                     Notes:
  36.  
  37.                     1.   WAITASEC will not work with an 80-column
  38.                          color/graphics display if an unmodified
  39.                          PC-DOS ANSI.SYS has been loaded.  (The
  40.                          ANSI.SYS that comes with various
  41.                          versions of MS-DOS does not cause
  42.                          problems with WAITASEC.)  To run with
  43.                          IBM's ANSI.SYS, make a copy
  44.                          (MODANSI.SYS) of the original ANSI.SYS
  45.                          and use DEBUG to patch the copy as
  46.                          follows:
  47.  
  48.                          DEBUG MODANSI.SYS
  49.                          E 29D 90 90
  50.                          E 2A1 90 90
  51.                          W
  52.                          Q
  53.  
  54.                          Put the modified MODANSI.SYS in your
  55.                          CONFIG.SYS file in place of ANSI.SYS.
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.                                  Page -1-
  63.  
  64.                     2.   Because of the way they handle TTY
  65.                          output, certain EGA cards will not
  66.                          permit WAITASEC to scroll backwards.
  67.                          This problem can often be cured by
  68.                          adding MODANSI.SYS, as above.
  69.  
  70.                     3.   WAITASEC does not save your current
  71.                          display screen.  To save your current
  72.                          display, before beginning a scroll,
  73.                          enter the complementary SCROLL command,
  74.                          and everything on the screen will scroll
  75.                          off the top and be captured in the
  76.                          WAITASEC buffer.
  77.  
  78.                     4.   While WAITASEC has been found compatible
  79.                          with XyWrite III (XYKBD.COM loaded) on a
  80.                          PC AT, as with other memory-resident
  81.                          programs, unforeseen hardware and
  82.                          software incompatibilities may be
  83.                          encountered.
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.                                  Page -2-
  126.